I’m passing a team reference in my payload, but it gets ignored??
“teams”: [
{ “id”: “IDXXX”,
“type”: “team_reference”
]
I’m passing a team reference in my payload, but it gets ignored??
“teams”: [
{ “id”: “IDXXX”,
“type”: “team_reference”
]
Teams are actually tied to the escalation policy rather than the service which is why our REST API shows read only as for the teams aspect within a service.
If you update escalation policy in the REST API with the team, it should update it for the service too!